This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Basic usage...
This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Advanced...
Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images.
The following are the steps to read the native DICOM metadata.
Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
Learn how to merge PDF files using C# programming. Streamline document management with code of how to combine PDF files in C# without installing extra software....Watermark Product Family GroupDocs.Merger...employ GroupDocs.Merger for .NET for merging PDF files Instantiate...
Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Basic usage...
Retrieve the default LoadOptions instance for a specific file extension with Converter.get_possible_conversions_by_extension() — a starting point for customising format-specific load settings at runtime in GroupDocs.Conversion for Python via .net....Watermark Product Solution GroupDocs...GroupDocs.Conversion for Python via .NET / Developer Guide / Loading...
Find answers to view, render, annotate, convert, e-sign, compare and assemble documents in .net and Java languages....Watermark Product Family GroupDocs.Merger...Platforms GroupDocs.Total for .NET GroupDocs.Total for Node.js...
Գտեք պատասխաններ ցանկացած հարթակի վրա կոդ օգտագործելով տարբեր տեսակի ֆայլերի ձևաչափերի միաձուլման մասին:...Watermark Product Family GroupDocs.Merger...Platforms GroupDocs.Merger for .NET GroupDocs.Merger for Java Najnoviji...
Learn how to easily extract table content from Word documents (.doc, .docx) using GroupDocs.Parser for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Parser for .NET / Developer Guide / Advanced...
Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....Watermark Product Family GroupDocs.Merger...Conversion for .NET package from the NuGet in the .NET application...